hipreme_engine v1.0.14 (2023-12-23T18:43:10Z)
Dub
Repo
IniFile
hip
data
ini
Undocumented in source.
class
IniFile : IHipIniFile {
IniBlock
[
string
]
_blocks
;
string
path
;
bool
configFound
;
bool
_noError
;
string
[]
errors
;
bool
noError
();
IniBlock
[
string
]
blocks
();
const
(
string
[])
getErrors
();
static
IniFile
parse
(string content, string path);
IniVar
*
getIniVar
(string varPath);
}
Members
Functions
blocks
IniBlock
[
string
]
blocks
()
Undocumented in source. Be warned that the author may not have intended to support it.
getErrors
const
(
string
[])
getErrors
()
Undocumented in source. Be warned that the author may not have intended to support it.
getIniVar
IniVar
*
getIniVar
(string varPath)
Undocumented in source. Be warned that the author may not have intended to support it.
noError
bool
noError
()
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
parse
IniFile
parse
(string content, string path)
Simple parser for the .conf or .ini files commonly found.
Variables
_blocks
IniBlock
[
string
]
_blocks
;
Undocumented in source.
_noError
bool
_noError
;
Undocumented in source.
configFound
bool
configFound
;
Undocumented in source.
errors
string
[]
errors
;
Undocumented in source.
path
string
path
;
Undocumented in source.
Meta
Source
See Implementation
hip
data
ini
classes
IniFile